golang.org/x/tools/internal/gcimporter.importer.buf (field)
13 uses
golang.org/x/tools/internal/gcimporter (current package)
bimport.go#L27: buf []byte // for reading strings
bimport.go#L882: if n := int(-i); n <= cap(p.buf) {
bimport.go#L883: p.buf = p.buf[:n]
bimport.go#L885: p.buf = make([]byte, n)
bimport.go#L887: for i := range p.buf {
bimport.go#L888: p.buf[i] = p.rawByte()
bimport.go#L890: s := string(p.buf)
bimport.go#L917: p.buf = p.buf[:0]
bimport.go#L919: p.buf = append(p.buf, b)
bimport.go#L922: return string(p.buf)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)